* .bzrignore, doc/misc/Makefile.in (mostlyclean): Add more TeX intermediates.
authorGlenn Morris <rgm@gnu.org>
Sat, 12 May 2012 18:03:18 +0000 (11:03 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 12 May 2012 18:03:18 +0000 (11:03 -0700)
.bzrignore
doc/misc/ChangeLog
doc/misc/Makefile.in

index a7555c96d67869c0c7dd2c7cb4728734ced06833..ee2c8314eedcf72c7fada93f20032c08b628cbf2 100644 (file)
@@ -37,6 +37,8 @@ TAGS-LISP
 cxxdefs.h
 # Intermediate files when making pdf versions of the manuals.
 doc/**/*.aux
+doc/**/*.cm
+doc/**/*.cms
 doc/**/*.cp
 doc/**/*.cps
 doc/**/*.fn
@@ -47,8 +49,17 @@ doc/**/*.log
 doc/**/*.op
 doc/**/*.ops
 doc/**/*.pg
+doc/**/*.pgs
+doc/**/*.pj
+doc/**/*.pjs
+doc/**/*.sc
+doc/**/*.scs
+doc/**/*.ss
+doc/**/*.tg
+doc/**/*.tgs
 doc/**/*.toc
 doc/**/*.tp
+doc/**/*.tps
 doc/**/*.vr
 doc/**/*.vrs
 doc/**/*.pdf
index e89abb92bd288106dcef0756c60053c86be87362..4a2a02afac44ebf7c3b9192f1d2e2e4ddcf432ad 100644 (file)
@@ -1,5 +1,7 @@
 2012-05-12  Glenn Morris  <rgm@gnu.org>
 
+       * Makefile.in (mostlyclean): Add more TeX intermediates.
+
        * Makefile.in: Make it look more like the other doc Makefiles.
        Use explicit $srcdir in all dependencies.
        Remove cd $srcdir from rules.
index c864030e4afab0ddaa27878b724111905f0e1fad..5ed4c45e9d1d9ba80b7995b7e71f2d0445e0842e 100644 (file)
@@ -664,8 +664,9 @@ woman.pdf: ${srcdir}/woman.texi
 .PHONY: mostlyclean clean distclean maintainer-clean
 
 mostlyclean:
-       rm -f *.aux *.log *.toc *.cp *.cps *.fn *.fns *.ky *.kys \
-         *.op *.ops *.pg *.pgs *.tp *.tps *.vr *.vrs
+       rm -f *.aux *.log *.toc *.c[mp] *.c[mp]s *.fn *.fns \
+         *.ky *.kys *.op *.ops *.p[gj] *.p[gj]s *.sc *.scs \
+         *.t[gp] *.t[gp]s *.vr *.vrs
        rm -f gnustmp.*
 
 clean: mostlyclean